@charset "utf-8";

@media screen{
.title {	
	position:fixed;
	top:0px;
	width: 100%;
	background-color:rgb(246, 249, 252);

}
.title h1 {
	display: inline;

	float: none;
}
.title.a1 {
	font-size: xx-large;
	height: 80px;
	width: 200px;
}
.title p .logo_font {
	font-size: xx-large;
	text-align: justify;
}
#header_logo {
	position:fixed;
	top:20px;
	right: 20px;
	/* display: inline; */
    /* background-position: right 20px; */
    /* background-size: 162px; */
    width: 158px;
   
}
.second {
  width: 960x;
  margin-left: auto;
  margin-right: auto;
}
.title_bar {
	width: 960px;
	height: auto;
	font-size: 48px;
	line-height: 60px;
	text-align: center;
	color: rgb(253, 113, 28);
	margin-left: auto;
	margin-right: auto;
  }
  .title_note {
	width: 960x;
	height: auto;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	color: rgb(253, 113, 28);
	margin-left: auto;
	margin-right: auto;
  }
  .content{
	padding: 10px;
	width: 960px;
	height: auto;
	font-size:x-large;
	font-weight: 900;
	line-height:normal ;
	text-align: left;
	color: rgb(151, 151, 151);
	margin-left: auto;
	margin-right: auto; 
  }
  footer {
	line-height: 1.8;
	text-align: center;
	padding: 40px 0;
	color: #999;
  }

}
